﻿/*************************
*******body******
**************************/
@import "page.css";
body {
	background: #fff;
	font-family: Arial, 'Times New Roman', 'Microsoft YaHei', SimHei;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, 'Times New Roman', 'Microsoft YaHei', SimHei;
	color: #4e4e4e;
}
h1 {
	font-size: 36px;
	color: #fff;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 16px;
	color: #787878;
	font-weight: 400;
	line-height: 24px;
}
h4 {
	font-size: 16px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
li {
	list-style: none;
}
.wal {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
/* 清理浮动 */
.clearfix {
	clear: both;
	zoom: 1;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/*************************
*******菜单******
**************************/

.header {
	width: 100%;
	overflow: hidden;
}
.header_top {
	width: 100%;
	background: #eee;
	height: 30px;
	line-height: 30px;
	font-family: 微软雅黑;
	color: #999;
	font-size: 12px;
	overflow: hidden;
}
.header_top .top_nav {
	float: right;
	width: 210px;
}
.header_top .top_nav a {
	padding: 0 12px;
	display: block;
	height: 15px;
	line-height: 15px;
	margin-top: 5px;
	color: #999;
	border-right: 1px dotted #eee;
	font-size: 12px;
	float: left
}
.header_top .top_nav .first {
	padding-left: 0;
}
.header_center {
	height: 135px;
	padding-top: 10px;
	overflow: hidden;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
}
.header_center .logo {
	float: left;
	width: 41%;
	margin-top: 25px;
}
.search {
	background: #f1f1f1;
	padding: 20px;
	margin-top: 20px;
}
.hot {
	float: left;
	width: 60%;
	margin-top: 20px;
	font-size: 15px;
	color: #666
}
.searchbox {
	float: right;
	width: 30%;
	margin-top: 10px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #dedede;
	border-radius: 15px;
	color: #666;
}
.searchbox .cont_text {
	float: left;
	color: #333;
	height: 32px;
	padding-left: 8px;
	background: none;
	line-height: 32px;
	outline: none;
	border: none;
}
.searchbox .cont_btn {
	float: right;
	outline: none;
	border: none;
	margin-top: 2px;
	cursor: pointer;
	width: 32px;
	height: 32px;
	background: url(../images/main/rsbtn.png) no-repeat;
}
.header_center .top_ti {
	float: left;
	padding-top: 10px;
	width: 28%;
	letter-spacing: 2px;
}
.header_center .top_ti span {
	color: #DA251C
}
.header_center .top_ti p {
	color: #666;
	margin-top: 25px;
	font-size: 15px;
}
.top_title {
	float: left;
	margin-top: 18px;
}
.top_title h2 {
	color: #F2F9F2;
	font-size: 16px;
}
.top_title p {
	font-size: 14px;
	line-height: 24px;
	color: #F2F9F2
}
.header_phone {
	float: right;
	width: 30%;
	margin-top: 2px;
	text-align: right;
}
.header_phone h3 {
	color: #666;
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 14px;
}
.header_phone h3 img {
	padding-right: 8px;
}
.header_phone h2 {
	color: #DA251C;
	font-size: 18px;
	font-weight: bold;
	margin-top: 0;
}
.navbar-inverse .navbar-nav > li > a {
	color: #666;
}
.navbar-inverse .navbar-nav > li >img {
	display: block;
	padding-right: 4px;
}
.navbar-collapse {
	max-height: 340px;
	padding-left: 0;
	overflow-x: visible;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	-webkit-overflow-scrolling: touch;
}
.navbar {
	position: relative;
	min-height: 60px;
	margin-bottom: 0px;
}
.navbar-nav > li > a {
	margin: 0px 0px;
	border-right: 1px solid #dedede;
	padding-top: 0px;
	padding-bottom: 0px;
}
.navbar-nav > li:last-child {
	border: none
}
.nav > li > a {
	position: relative;
	display: block;
	padding: 0px 49px;
	font-size: 15px;
	height: 60px;
	line-height: 60px;
}
.navbar-inverse .navbar-brand {
	color: #666;
}
.navbar-inverse {
	background-color: #fff;
	border: none;
	border-top: 1px solid #dedede;
	border-bottom: 3px solid #DA251C;
	line-height: 60px;
}
.navbar {
	border-radius: 0px;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
	background-color: none;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover {
	background: #DA251C repeat-x;
	color: #fff;
}
.navbar-inverse .navbar-nav > li > a:hover {
	background: #DA251C repeat-x;
	color: #fff;
}
.navbar-inverse .navbar-toggle {
	border-color: #DA251C;
	background: #DA251C;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #DA251C
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: #f90
}
/**********轮番***********/
/*-- Slider --*/

.slider {
	position: relative;
	padding: 0;
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	float: left;
	width: 100%;
	height: 100%;
	border: 0;
}
a.callbacks_nav {
	display: none;
}
ul.callbacks_tabs {
	position: absolute;
	z-index: 9;
	bottom: 2%;
	left: 45%;
}
ul.callbacks_tabs li {
	display: inline-block;
}
.callbacks_tabs a {
	visibility: hidden;
}
.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	visibility: visible;
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	float: left;
	margin-left: 10px;
	background: #545454;
}
.callbacks_here a:after {
	background: #DA251C;
}
/*-- //Slider --*/

/*product*/

.main_title {
	background: url(../images/main/m_t.png) no-repeat center bottom;
	padding-bottom: 10px;
}
.main_title h2 {
	padding-top: 34px;
	text-align: center;
	font-size: 30px;
	color: #010101;
	font-weight: bold;
}
.main_title h2 a {
	color: #00469C;
}
.main_title h2 em {
	color: #666666;
	display: block;
	font-size: 16px;
	line-height: 28px;
	font-weight: normal;
	font-style: normal;
}
.product {
	margin-top: 20px;
}
.slide-nav {
	float: left;
	width: 23%;
	background: #fff;
	margin-top: 40px;
	border: 4px solid #DA251C;
}
.slide-nav ul {
	list-style: none;
	margin: 0;
	padding: 5px;
}
.slide-nav ul p {
	background: #f1f1f1;
	height: 45px;
	line-height: 45px;
	margin: 6px 0;
}
.slide-nav ul p a {
	color: #333;
	display: block;
}
.slide-nav ul p a:hover {
	text-decoration: none;
	color: #CE000C;
	font-weight: bold;
}
.slide-nav ul li {
	line-height: 50px;
	padding: 0 5px;
}
.slide-nav ul li a {
	text-decoration: none;
	line-height: 50px;
	display: block;
	font-size: 14px;
	color: #666;
	padding-left:20px;
	background: url(../images/main/ico1.png) no-repeat 200px 15px;
}
.slide-nav ul li a:hover {
	color: #DA251C;
	font-weight: bold;
	background: url(../images/main/ico2.png) no-repeat 190px 15px;
}
.slide-nav ul li b {
	text-align: center;
	display: block;
}
.slide-tubiao {
	padding: 5px 8px;
}
.slide-content {
	float: right;
	width: 74%;
	height: auto;
	background: #fff;
	padding-bottom: 25px;
	padding-left: 1%;
	margin-top: 20px;
}
.slide-nav-title {
	height: 110px;
	color: #fff;
	background: #DA251C url(../images/main/cp1.png) no-repeat center;
}
.slide-nav-title {
	text-align: center;
}
.slide-nav-title h2 {
	padding: 20px 0;
	color: #fff;
	margin: 0;
	font-size: 22px;
	font-weight: bold;
}
.slide-nav-title p {
	margin-top: 15px;
}
.slide-con {
	height: 60px;
	color: #fff;
	background: #00469C;
}
.slide_lx {
	padding: 0 20px;
}
.slide_lx p {
	line-height: 24px;
	margin: 0;
	padding: 10px 0;
}
.tel-box {
	border-top: 0px;
	text-align: left;
	background-color: #fff;
	padding: 15px
}
.tel-box p.big {
	font-size: 18px;
	text-align: center;
}
.tel-box strong {
	color: #DA251C;
	font-size: 24px;
}
.tel-box a {
	background-color: #DA251C;
	border-radius: 10px;
	padding: 5px 25px;
	color: #fff
}
.pro_list2 ul {
	padding: 0;
	margin-top: 10px;
}
.pro_list2 ul li {
	width: 32.3%;
	float: left;
	background: #fff;
	margin: 10px 0.5%;
}
.pro_list2 ul li .pro_con2 {
	margin: 5px;
}
.pro_list2 ul li a {
	color: #fff;
	display: block;
}
.pro_list2 ul li .pro_con2 img {
	height: 250px;
	border: 1px solid #dedede;
	border-bottom: none;
}
.pro_list2 ul li p {
	text-align: center;
	padding-top: 10px;
	background: #DA251C;
	color: #fff;
	padding-bottom: 12px;
	font-size: 15px;
}
.avatar {
	display: block;
	overflow: hidden;
	width: 100%;
}
.avatar img {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.avatar:hover img {
	transform: scale(1.3);
	transition: all 1s ease 0s;
	-webkit-transform: scale(1.3);
	-webkit-transform: all 1s ease 0s;
}
/*ys*/
.ys_box {
	margin-top: 50px;
}
.ys_box ul {
	padding: 0;
}
.ys_box ul li {
	float: left;
	height: 180px;
	text-align: center;
	width: 32.9%;
	background: #f1f1f1;
	margin: 0.2%;
	color: #666;
	padding: 15px 0;
}
.ys_box ul li:first-child {
	background: #DA251C
}
.ys_box ul li h2 {
	color: #333;
	font-weight: bold;
	padding: 10px 20px;
	padding-bottom: 30px;
	background: url(../images/main/0902141913.png) no-repeat bottom center;
}
.ys_box ul li h3 {
	color: #fff;
	font-size: 20px;
}
.ys_box ul li p {
	padding: 0px 20px;
	font-size: 16px;
}
/*关于我们*/
.about {
	margin-top: 70px;
	background: #F5F5F5;
	padding: 50px 0;
}
.ab_fl {
	float: left;
	width: 42%;
}
.ab_fr {
	float: right;
	width: 55%;
}
.ab_fr h2 {
	font-size: 22px;
	font-weight: bold;
	color: #DA251C
}
.ab_fr h3 {
	font-weight: bold;
	color: #333;
	font-size: 28px
}
.ab_fr p {
	line-height: 24px;
	padding: 10px 0;
	color: #7A7B7C;
	font-size: 15px;
}
.ab_fr p a {
	color: #7a7b7c
}
.ab_fc {
	padding: 0;
}
.ab_fc li {
	float: left;
	width: 31.3%;
	margin: 10px 1%;
}
.ab_fc li p {
	text-align: center;
}
/*news*/

.news {
	margin-top: 45px;
	font-family: "Microsoft Yahei";
	overflow: hidden;
}
.news_fl {
	float: left;
	width: 48%;
	margin-top: 30px;
}
.news_fl h2 a {
	color: #333;
	font-weight: bold;
	font-size: 16px;
}
.news_fl img {
	margin-top: 20px;
}
.news_fl p {
	color: #666;
	line-height: 24px
}
.news_fl p span {
	float: right;
}
.news_fr {
	float: right;
	width: 48%;
	margin-top: 30px;
}
.news_fr h2 a {
	color: #333;
	font-weight: bold;
	font-size: 16px;
}
.news_fr p {
	color: #666;
	line-height: 24px
}
.news_fr p span {
	float: right;
}
.news_list {
	border-bottom: 1px solid #dedede;
}
.wt {
	height: 165px;
	font-family: "Microsoft Yahei";
	overflow: hidden;
}
.wt h2 {
	width: 15%;
	height: 115px;
	background: #DA251C;
	float: left;
	font-size: 18px;
	padding: 25px 0 0 30px;
	line-height: 30px;
}
.wt h2 a {
	color: #fff;
}
.wt h2 span {
	display: block;
	text-transform: uppercase;
	font: 14px/20px "Arial";
}
.wt_c {
	height: 165px;
	overflow: hidden;
	padding-left: 20px;
	width: 85%;
	float: left;
}
.wt_c dl {
	width: 48%;
	height: 115px;
	margin: 0 1%;
	overflow: hidden;
	float: left;
	padding: 25px 0 0;
	background: #f5f5f5;
	margin-top: 20px;
}
.wt_c dt {
	padding-left: 30px;
	font-size: 16px;
	line-height: 30px;
}
.wt_c dt a {
	color: #000;
}
.wt_c dd {
	padding-left: 30px;
	margin-top: 3px;
	line-height: 20px;
	font-size: 14px;
}
/*footer*/

.footer {
	background: url(../images/footer/foot.jpg) repeat-x center;
	margin-top: 80px;
}
.foot {
	padding-top: 65px;
	height: 256px;
}
.foot h1 {
	width: 20%;
	height: 135px;
	float: left;
}
.foot h1 img {
	width: 170px;
	height: 135px;
}
.foot .dbnav {
	height: 135px;
	width: 25%;
	float: left;
	background: url(../images/footer/xt.jpg) no-repeat left;
	margin-top: 14px;
}
.foot .dbnav li {
	float: left;
	margin: 0 24px;
	margin-bottom: 22px;
}
.foot .dbnav li a {
	font-size: 13px;
	color: #1c1c1c;
}
.foot .gsxx {
	width: 33%;
	height: 135px;
	float: left;
	background: url(../images/footer/xt.jpg) no-repeat left;
	margin-top: 14px;
}
.foot .gsxx li {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 15px;
	color: #1c1c1c;
}
.foot .gsxx li em {
	font-size: 14px;
	color: #1c1c1c;
	margin-right: 10px;
	font-style: normal;
}
.foot .ewm {
	width: 20%;
	height: 119px;
	float: right;
	margin-top: 14px;
}
.foot .ewm span {
	display: block;
	width: 94px;
	height: 119px;
	float: left;
	margin-left: 10px;
	background: url(../images/footer/ewk.png) no-repeat center;
}
.foot .ewm span em {
	display: block;
	width: 81px;
	height: 81px;
	padding: 7px 6px;
}
.foot .ewm span em img {
	width: 81px;
	height: 81px;
}
.foot .ewm span i {
	display: block;
	font-size: 14px;
	color: #1c1c1c;
	text-align: center;
	height: 24px;
	line-height: 24px;
	font-style: normal;
	margin-top: 15px;
}
.foot .mc {
	display: block;
	float: left;
	height: 50px;
	line-height: 50px;
	margin-top: 16px;
	margin-right: 38px;
}
.foot .mc em {
	font-size: 14px;
	color: #9b9b9c;
	margin-right: 20px;
	font-style: normal;
}
.foot .mc em a {
	font-size: 14px;
	color: #9b9b9c;
}
.foot .link {
	float: left;
	margin-top: 16px;
	height: 50px;
	line-height: 50px;
}
.foot .link b {
	font-size: 14px;
	color: #9b9b9c;
	float: left;
}
.foot .link a {
	float: left;
	font-size: 14px;
	color: #9b9b9c;
	margin-right: 19px;
}
/*************底部**************/
.scroll {
	width: 80px;
	height: 80px;
	position: fixed;
	right: 3px;
	bottom: 20px;
	cursor: pointer;
	background: url(../images/footer/top.png) bottom no-repeat;
	height: 42px;
}
.scroll:hover {
	background: url(../images/footer/top.png) top no-repeat;
	height: 42px;
}
/**手机底部导航菜单***/
#bottomNav {
	display: none;
	background: #DA251C;
	height: 62px;
	background-repeat: repeat-x;
	z-index: 999;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	_position: absolute;
 _top: expression_r(documentElement.scrollTop + documentElement.clientHeight-this.offsetHeight);
	overflow: visible;
}
.bmeum {
	color: #fff;
	text-align: center;
	padding-top: 6px;
}
.bmeum a {
	color: #fff;
}
.bmeum a:hover {
	text-decoration: none;
	color: #fff;
}
.bottom_mobile {
	width: 33%;
	float: left;
}
/*in product*/

.p12-pagination-1-main {
	margin: 0 auto;
	padding: 20px 0;
	height: 30px;
	text-align: center;
}
.p12-pagination-1 a, .p12-pagination-1 span {
	vertical-align: top;
	display: inline-block;
	padding: 0 8px;
	height: 26px;
	line-height: 26px;
	border: 1px solid #e5e5e5;
	text-align: center;
	margin: 0 2px;
	color: #666;
	background: #fff;
}
.p12-pagination-1 span {
	border: 1px solid #fff;
}
.p12-pagination-1 .page_curr {
	background: #d90000;
	color: #fff;
	border-color: #d90000;
}
.p12-pagination-1 .laypage_first, .p12-pagination-1 .laypage_last {
	display: none;
}
.p12-curmbs-1 {
	font-size: 14px;
	border-bottom: 1px dashed #dcdcdc;
}
.p12-curblock {
	display: none;
}
.p12-curmbs-1 b {
	border-left: 10px solid #333333;
	font-weight: normal;
	padding-left: 8px;
}
.p12-curmbs-1 a {
	color: #666;
}
.p12-curmbs-1 i {
	font-style: normal;
}
.p12-curmbs-1 span {
	padding: 0 5px;
	height: 46px;
	line-height: 46px;
}
.pro_detail h2 {
	text-align: center;
	font-weight: bold;
	padding-bottom: 20px;
}
.pro_detail h3 {
	background: url(../images/main/title.jpg) no-repeat left;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 10px;
	letter-spacing: 1px;
}
.pro_detail p {
	line-height: 28px;
}
.p14-product-2-list dl {
	float: left;
	width: 23%;
	border: 1px solid #dfdfdf;
	margin: 1%;
	box-sizing: border-box;
}
.p14-product-2-list dl.p14-product-clear {
	margin-right: 0;
}
.p14-product-2-list dl img {
	display: block;
	width: 100%;
	height: 150px;
}
.p14-product-2-list dd {
	padding: 10px 28px 10px 10px;
	margin-right: 2px;
	position: relative;
}
.p14-product-2-list h3 {
	height: 30px;
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	color: #191919;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.p14-product-2-list h4 a {
	color: #191919;
}
.p14-product-2-desc {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.p14-product-2-list dl:hover {
	border-color: #DA251C;
}
.p14-product-2-list dl:hover h4 a {
	color: #DA251C;
}
/*in news*/
.news_box {
	margin-top: 20px;
}
.news_box ul {
	padding: 0;
	margin: 0;
}
.news_box ul li {
	width: 100%;
	margin: 10px 0;
	border: 1px solid #E5E5E5;
}
.news_box ul li h3 {
	text-align: left;
	padding: 0 10px;
	color: #333;
	font-weight: bold;
	font-size: 15px;
}
.news_box ul li a:hover h3 {
	color: #DA251C
}
.news_box ul li p {
	text-align: left;
	padding: 0 10px;
	color: #666;
}
.news_box ul li span {
	float: right;
	color: #999;
	font-size: 12px;
}
.news_detail {
	margin-bottom: 30px;
}
.news_detail-tit {
	text-align: center;
	font-weight: normal;
	margin-bottom: 40px;
	font-size: 28px;
	line-height: 40px;
	color: #535353;
	height: 40px;
}
.news_detail-tit h1 {
	color: #666;
}
.news_detail-bool {
	border-bottom: 1px solid #dedede;
	height: 26px;
	font-size: 12px;
	color: #909090;
}
.news_detail-bool span {
	margin-right: 20px;
}
.news_detail-con p {
	line-height: 28px;
	color: #666;
	padding: 10px 0;
}
.news_detail-bool span a {
	color: #909090;
}
.news_detail-bool i {
	font-style: normal;
	float: right;
	display: block;
	width: 80px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	background: #ef7800;
}
.news_detail-bool i a {
	color: #fff;
}
.news_detail-bool span {
	margin-right: 15px;
}
.news_detail-tag span {
	margin-right: 10px;
}
.xg {
	background: #f5f5f5;
	padding: 0 0 8px;
	margin-bottom: 30px;
}
.xg-tit {
	height: 55px;
	font-size: 24px;
	line-height: 55px;
	color: #4b4a4a;
}
.xg_list ul {
	padding: 0;
	margin: 0;
}
.xg_list li {
	height: 46px;
	font-size: 14px;
	line-height: 46px;
	color: #666;
	border-top: 1px dashed #dbdbdb;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 15px;
}
.xg_list li a {
	color: #4b4a4a;
}
.xg_list li span {
	float: right;
}
.p14-pagination-1 dl {
	margin-bottom: 24px;
	padding-right: 40px;
}
.p14-pagination-1 dd {
	height: 32px;
	font-size: 14px;
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.p14-pagination-1 dd b {
	float: right;
	font-weight: normal;
}
.p14-pagination-1 dd span {
	width: 60px;
	height: 32px;
	background: #a2a2a2;
	color: #fff;
	text-align: center;
	display: inline-block;
	margin-right: 10px;
}
.p14-pagination-1 dt {
	height: 1px;
	border-bottom: 1px dashed #b5b5b5;
	margin-left: 60px;
	padding-top: 2px;
	margin-bottom: 2px;
}
.p14-pagination-1 dd em {
	float: right;
	font-style: normal;
	padding-left: 20px;
	font-weight: normal;
}
.p14-pagination-1 dl a {
	color: #4b4a4a;
}
.p14-pagination-1-href {
	float: right;
	font-size: 18px;
	line-height: 32px;
}
.p14-pagination-1-href span {
	display: inline-block;
	padding: 0 6px;
	margin-left: 4px;
	background: #DC2821;
}
.p14-pagination-1-href a {
	display: block;
	color: #fff;
}
.p14-pagination-1-key {
	min-height: 40px;
	border-top: 1px solid #DC2821;
	font-size: 14px;
	line-height: 40px;
	color: #575556;
}
.p14-pagination-1-key a {
	color: #575556;
}
.p14-pagination-1-key span {
	display: inline-block;
	margin: 0 4px;
}
/*in about*/
.tl-fdh-02 {
	height: 55px;
	background: #fff;
	margin-bottom: 20px;
	overflow: hidden;
	margin-top: 30px;
}
.tl-fdh-02 ul {
	padding: 0;
}
.tl-fdh-02 li {
	width: 25%;
	height: 55px;
	font-size: 18px;
	line-height: 55px;
	text-align: center;
	float: left;
	border-right: 1px dashed #dedede;
	background: #f4f4f4;
	cursor: pointer;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.tl-fdh-02 li a {
	display: block;
	height: 55px;
	color: #a8a8a8;
	text-decoration: none;
}
.tl-fdh-02 li.sidenavcur,  .tl-fdh-02 li:hover {
	background: url(../images/main/p16-icon6.png) no-repeat bottom center #DA251C;
}
.tl-fdh-02 li.sidenavcur a,  .tl-fdh-02 li:hover a {
	color: #fff;
}
/*fengcai*/
.pro_list ul {
	padding: 0;
	margin-top: 10px;
}
.pro_list ul li {
	width: 24%;
	float: left;
	background: #fff;
	margin: 10px 0.5%;
}
.pro_list ul li .pro_con2 {
	margin: 5px;
}
.pro_list ul li a {
	color: #fff;
	display: block;
}
.pro_list ul li .pro_con2 img {
	height: 200px;
	border: 1px solid #dedede;
	border-bottom: none;
}
.pro_list ul li p {
	text-align: center;
	padding-top: 10px;
	background: #f1f1f1;
	color: #666;
	padding-bottom: 12px;
	font-size: 15px;
}
/*message*/
.temp_on_inp {
	overflow: hidden;
}
.temp_on_con {
	width: 70%;
	margin: 0 15%;
}
.temp_on_con ul {
	padding: 0;
}
.temp_on_con li {
	height: 48px;
	width: 48%;
	border: 1px solid #d1d1d1;
	float: left;
	margin-right: 2%;
	margin-bottom: 16px;
	color: #FF070B;
	line-height: 48px;
	overflow: hidden;
}
.temp_on_con li span {
	font: 14px "Microsoft YaHei";
	color: #999;
	line-height: 48px;
	float: left;
	padding-left: 10px;
	display: inline-block;
}
.temp_on_con li input {
	width: 278px;
	height: 48px;
	border: 0;
	ont: 14px "Microsoft YaHei";
	color: #999;
	line-height: 48px;
	float: left;
}
.temp_on_con .inp01 input {
	width: 250px;
	outline: none;
}
.temp_on_con .inp03 {
	width: 98%;
	height: 122px;
	padding-top: 10px;
}
.temp_on_con .inp03 span {
	line-height: 14px;
}
.temp_on_con .inp03 textarea {
	width: 546px;
	height: 96px;
	resize: none;
	overflow: auto;
	outline: none;
	padding-left: 10px;
	border: 0;
:14px "Microsoft YaHei";
	color: #999;
	line-height: 24px;
}
.temp_on_con .inp04 {
	margin-bottom: 0;
}
.temp_on_con .inp04 input {
	width: 120px;
}
.temp_on_con .inp04 img {
	width: 52px;
	height: 48px;
	border-left: 1px solid #d1d1d1;
	float: right;
}
.temp_on_con .inp02 {
	width: 562px;
	height: 70px;
	border: 0;
}
.temp_on_con .inp02 span {
	display: block;
}
.temp_on_con .inp02 em {
	font: 12px "Microsoft YaHei";
	color: #999;
	line-height: 36px;
	float: left;
}
.temp_on_con .minp05 {
	border: 0;
}
.temp_on_con .minp05 button {
	width: 82px;
	height: 30px;
    line-height: 30px;
	margin-right: 16px;
	cursor: pointer;
}
.temp_on_con .minp05 .onb1 {
	background: url(../images/main/on_b2.jpg) no-repeat center top;
}
.temp_on_con .minp05 .onb2 {
	background: url(../images/main/on_b1.jpg) no-repeat center top;
}
input[required]:invalid, input:focus:invalid, textarea[required]:invalid, textarea:focus:invalid {
box-shadow: none;
-moz-box-shadow:none
}
/*contact*/
 
.lx p {
	text-align: center;
}
.lx p b {
	font-size: 24px;
	color: #333;
	display: block;
	margin: 17px auto;
}
.lx p em {
	font-style: normal;
	color: #000;
}
.lx ul {
	padding: 0;
	margin-top: 30px;
}
.lx li {
	float: left;
	border: 1px solid #eee;
	width: 23%;
	height: 190px;
	text-align: center;
	margin: 1%;
	color: #666;
	padding: 0 10px;
	font-family: 微软雅黑;
}
.lx li.last {
	float: right;
	margin-right: 0px
}
.lx li img {
	margin-top: 20px;
	width: 52px;
}
.lx li i {
	display: block;
	font-size: 18px;
	color: #222;
	padding-bottom: 8px;
	font-style: normal;
	padding-top: 10px;
}
.lx li span {
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #333;
	margin-top: 5px;
}
.lx li.last span {
	font-size: 15px;
}
